home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
FM Towns: Free Software Collection 10
/
FM Towns Free Software Collection 10.iso
/
ms_dos
/
data
/
awkscrpt
/
test.dbg
< prev
next >
Wrap
Text File
|
1995-02-11
|
249b
|
7 lines
0003 I0100 LD A,0001 ; ld a,1
0004 I0102 LD B,0001 ; ld b,1
0005 I0104 ADD A,B ; add a,b
0006 I0105 LD (0109),A ; ld (answer),a
0007 I0108 RET ; ret
0009 D0109 00 ; db 0